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 XMLContentSpec.Provider.getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
          Fills in the provided content spec structure with content spec information for a unique identifier.
 boolean DTDGrammar.getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
          getContentSpec
protected  void DTDGrammar.setContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
           
 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.
 



Copyright © 2011. All Rights Reserved.