|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentBuilderException | |
com.japisoft.fastparser.document |
Uses of DocumentBuilderException in com.japisoft.fastparser.document |
Methods in com.japisoft.fastparser.document that throw DocumentBuilderException | |
void |
DocumentBuilder.openNode(java.lang.String prefix,
java.lang.String prefixURI,
java.lang.String tag)
Reset the current node |
void |
DocumentBuilder.closeNode(java.lang.String prefix,
java.lang.String tag)
Close the current node, an exception is thrown for invalid tag name |
void |
DocumentBuilder.closeNode()
Close the last open node |
void |
DocumentBuilder.setAttribute(java.lang.String prefix,
java.lang.String prefixURI,
java.lang.String att,
java.lang.String value)
Reset attribute for the current node, an exception is thrown for no current node |
void |
DocumentBuilder.addTextNode(java.lang.String text)
Add a new text node for the current node |
void |
DocumentBuilderImpl.openNode(java.lang.String prefix,
java.lang.String prefixURI,
java.lang.String tag)
Reset the current node |
void |
DocumentBuilderImpl.closeNode(java.lang.String prefix,
java.lang.String tag)
Close the current node, an exception is thrown for invalid tag name, prefix is for namespace |
void |
DocumentBuilderImpl.closeNode()
|
void |
DocumentBuilderImpl.setAttribute(java.lang.String prefix,
java.lang.String prefixURI,
java.lang.String att,
java.lang.String value)
Reset attribute for the current node, an exception is thrown for no current node. |
void |
DocumentBuilderImpl.addTextNode(java.lang.String text)
Add a new node for the current node |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |