public interface AxiomNodeMatcher
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTES |
static int |
CHILDREN |
Modifier and Type | Method and Description |
---|---|
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) |
static final int ATTRIBUTES
static final int CHILDREN
Copyright © 2013 WSO2. All Rights Reserved.