Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.XMLContentSpec
-
Packages that use XMLContentSpec Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd -
-
Uses of XMLContentSpec in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLContentSpec Modifier and Type Method Description booleanDTDGrammar. getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)getContentSpecbooleanXMLContentSpec.Provider. getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)Fills in the provided content spec structure with content spec information for a unique identifier.protected voidDTDGrammar. setContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)voidXMLContentSpec. setValues(XMLContentSpec contentSpec)Sets the values of the specified content spec.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLContentSpec Constructor Description XMLContentSpec(XMLContentSpec contentSpec)Constructs a content spec from the values in the specified content spec.
-