| java.lang.Object org.mozilla.javascript.xmlimpl.XmlNode
Inner Class :static class Namespace | |
Inner Class :static class QName | |
Inner Class :static class List | |
Inner Class :abstract static class Filter | |
Method Summary | |
void | addMatchingChildren(XMLList result, XmlNode.Filter filter) | final XmlNode | copy() | static XmlNode | createElement(XmlProcessor processor, String namespaceUri, String xml) | static XmlNode | createElementFromNode(Node node) | static XmlNode | createEmpty(XmlProcessor processor) | static XmlNode | createText(XmlProcessor processor, String value) | String | debug() | void | declareNamespace(String prefix, String uri) | void | deleteMe() | String | ecmaToXMLString(XmlProcessor processor) | String | ecmaValue() | String | getAttributeValue() | XmlNode[] | getAttributes() | XmlNode | getChild(int index) | int | getChildCount() | int | getChildIndex() | Namespace[] | getInScopeNamespaces() | XmlNode[] | getMatchingChildren(Filter filter) | Namespace | getNamespace() | Namespace | getNamespaceDeclaration(String prefix) | Namespace | getNamespaceDeclaration() | Namespace[] | getNamespaceDeclarations() | final QName | getQname() | XML | getXml() | boolean | hasChildElement() | void | insertChildAt(int index, XmlNode node) | void | insertChildrenAt(int index, XmlNode[] nodes) | void | invalidateNamespacePrefix() | final boolean | isAttributeType() | final boolean | isCommentType() | final boolean | isElementType() | final boolean | isParentType() | final boolean | isProcessingInstructionType() | boolean | isSameNode(XmlNode other) | final boolean | isTextType() | static XmlNode | newElementWithText(XmlProcessor processor, XmlNode reference, XmlNode.QName qname, String value) | void | normalize() | XmlNode | parent() | void | removeChild(int index) | void | removeNamespace(Namespace namespace) | final void | renameNode(QName qname) | void | replaceWith(XmlNode other) | void | setAttribute(QName name, String value) | final void | setLocalName(String localName) | void | setXml(XML xml) | org.w3c.dom.Node | toDomNode() | public String | toString() | String | toXmlString(XmlProcessor processor) |
deleteMe | void deleteMe()(Code) | | |
getChildCount | int getChildCount()(Code) | | |
getChildIndex | int getChildIndex()(Code) | | |
getMatchingChildren | XmlNode[] getMatchingChildren(Filter filter)(Code) | | |
hasChildElement | boolean hasChildElement()(Code) | | |
insertChildrenAt | void insertChildrenAt(int index, XmlNode[] nodes)(Code) | | |
invalidateNamespacePrefix | void invalidateNamespacePrefix()(Code) | | |
isAttributeType | final boolean isAttributeType()(Code) | | |
isCommentType | final boolean isCommentType()(Code) | | |
isElementType | final boolean isElementType()(Code) | | |
isParentType | final boolean isParentType()(Code) | | |
isProcessingInstructionType | final boolean isProcessingInstructionType()(Code) | | |
isTextType | final boolean isTextType()(Code) | | |
normalize | void normalize()(Code) | | |
removeChild | void removeChild(int index)(Code) | | |
|
|