org.mozilla.javascript.xmlimpl
Interface AxiomNodeMatcher


public interface AxiomNodeMatcher


Field Summary
static int ATTRIBUTES
           
static int CHILDREN
           
 
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)
           
 

Field Detail

ATTRIBUTES

static final int ATTRIBUTES
See Also:
Constant Field Values

CHILDREN

static final int CHILDREN
See Also:
Constant Field Values
Method Detail

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.