Uses of Class
com.oxygenxml.validate.nvdl.ElementsOrAttributes

Packages that use ElementsOrAttributes
com.oxygenxml.validate.nvdl   
 

Uses of ElementsOrAttributes in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as ElementsOrAttributes
(package private) static ElementsOrAttributes ElementsOrAttributes.ATTRIBUTES
          Only attributes is specified.
(package private) static ElementsOrAttributes ElementsOrAttributes.BOTH
          Bothe elements and attributes are specified.
(package private) static ElementsOrAttributes ElementsOrAttributes.ELEMENTS
          Only elements is specified.
private  ElementsOrAttributes SchemaImpl.Handler.ModeData.match
          The value of the match attribute on the current rule.
(package private) static ElementsOrAttributes ElementsOrAttributes.NEITHER
          Neither elements nor attributes specified.
private static ElementsOrAttributes[] ElementsOrAttributes.values
          All possible values.
 

Methods in com.oxygenxml.validate.nvdl that return ElementsOrAttributes
(package private)  ElementsOrAttributes ElementsOrAttributes.addAttributes()
          Get the value after adding attributes to the current instance.
(package private)  ElementsOrAttributes ElementsOrAttributes.addElements()
          Get the value after adding elements to the current instance.
private  ElementsOrAttributes SchemaImpl.Handler.toElementsOrAttributes(String value, ElementsOrAttributes defaultValue)
          Get an ElementsOrAttributes instance depending on the match attribute value.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type ElementsOrAttributes
private  ElementsOrAttributes SchemaImpl.Handler.toElementsOrAttributes(String value, ElementsOrAttributes defaultValue)
          Get an ElementsOrAttributes instance depending on the match attribute value.