| java.lang.Object com.sun.xml.stream.dtd.DTDGrammarUtil
DTDGrammarUtil | public class DTDGrammarUtil (Code) | | |
SYMBOL_TABLE | final protected static String SYMBOL_TABLE(Code) | | Property identifier: symbol table.
|
fNamespaces | protected boolean fNamespaces(Code) | | Namespaces.
|
DTDGrammarUtil | public DTDGrammarUtil(SymbolTable symbolTable)(Code) | | Default constructor.
|
endCDATA | public void endCDATA(Augmentations augs) throws XNIException(Code) | | The end of a CDATA section.
Parameters: augs - Additional information that may include infoset augmentations throws: XNIException - Thrown by handler to signal an error. |
endElement | public void endElement(QName element) throws XNIException(Code) | | The end of an element.
Parameters: element - The name of the element. Parameters: augs - Additional information that may include infoset augmentations throws: XNIException - Thrown by handler to signal an error. |
handleStartElement | protected void handleStartElement(QName element, XMLAttributes attributes) throws XNIException(Code) | | Handle element
true if validator is removed from the pipeline |
isIgnorableWhiteSpace | public boolean isIgnorableWhiteSpace(XMLString text)(Code) | | |
isInElementContent | public boolean isInElementContent()(Code) | | |
startCDATA | public void startCDATA(Augmentations augs) throws XNIException(Code) | | The start of a CDATA section.
Parameters: augs - Additional information that may include infoset augmentations throws: XNIException - Thrown by handler to signal an error. |
startElement | public void startElement(QName element, XMLAttributes attributes) throws XNIException(Code) | | The start of an element.
Parameters: element - The name of the element. Parameters: attributes - The element attributes. Parameters: augs - Additional information that may include infoset augmentations throws: XNIException - Thrown by handler to signal an error. |
|
|