Uses of Class
org.apache.xerces.impl.dtd.XMLContentSpec

Packages that use XMLContentSpec
org.apache.xerces.impl.dtd   
 

Uses of XMLContentSpec in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLContentSpec
 boolean DTDGrammar.getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
          getContentSpec
 boolean XMLContentSpec.Provider.getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
          Fills in the provided content spec structure with content spec information for a unique identifier.
 void XMLContentSpec.setValues(XMLContentSpec contentSpec)
          Sets the values of the specified content spec.
 

Constructors in org.apache.xerces.impl.dtd with parameters of type XMLContentSpec
XMLContentSpec(XMLContentSpec contentSpec)
          Constructs a content spec from the values in the specified content spec.