org.mozilla.javascript.xmlimpl
Interface AxiomNodeMatcher
public interface AxiomNodeMatcher
Method Summary |
XMLList |
matchAnyLocalName(AxiomNode axiomNode,
XMLList xmlList,
int type,
String namespaceURI)
|
XMLList |
matchAnyNamespace(AxiomNode axiomNode,
XMLList xmlList,
int type,
String LocalName,
String namespaceURI)
|
XMLList |
matchAnyQName(AxiomNode axiomNode,
XMLList xmlList,
int type)
|
XMLList |
matchQName(AxiomNode axiomNode,
XMLList xmlList,
int type,
javax.xml.namespace.QName qname)
|
ATTRIBUTES
static final int ATTRIBUTES
- See Also:
- Constant Field Values
CHILDREN
static final int CHILDREN
- See Also:
- Constant Field Values
matchAnyQName
XMLList matchAnyQName(AxiomNode axiomNode,
XMLList xmlList,
int type)
matchAnyLocalName
XMLList matchAnyLocalName(AxiomNode axiomNode,
XMLList xmlList,
int type,
String namespaceURI)
matchAnyNamespace
XMLList matchAnyNamespace(AxiomNode axiomNode,
XMLList xmlList,
int type,
String LocalName,
String namespaceURI)
matchQName
XMLList matchQName(AxiomNode axiomNode,
XMLList xmlList,
int type,
javax.xml.namespace.QName qname)
Copyright © 2012 WSO2. All Rights Reserved.