org.apache.xml.utils
public class NSInfo extends Object
UNKNOWN: internal
Field Summary | |
---|---|
static int | ANCESTORHASXMLNS Constant indicating an ancestor has an XMLNS attribute |
static int | ANCESTORNOXMLNS Constant indicating ancestors don't have an XMLNS attribute |
static int | ANCESTORXMLNSUNPROCESSED Constant for ancestors XMLNS atributes not processed |
int | m_ancestorHasXMLNSAttrs Flag indicating whether one of this node's ancestor has an XMLNS attribute |
boolean | m_hasProcessedNS Flag indicating whether namespaces have been processed for this node |
boolean | m_hasXMLNSAttrs Flag indicating whether this node has an XMLNS attribute |
String | m_namespace The namespace URI |
Constructor Summary | |
---|---|
NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs)
Constructor NSInfo
| |
NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs, int ancestorHasXMLNSAttrs)
Constructor NSInfo
| |
NSInfo(String namespace, boolean hasXMLNSAttrs)
Constructor NSInfo
|
Parameters: hasProcessedNS Flag indicating whether namespaces have been processed for this node hasXMLNSAttrs Flag indicating whether this node has XMLNS attributes.
Parameters: hasProcessedNS Flag indicating whether namespaces have been processed for this node hasXMLNSAttrs Flag indicating whether this node has XMLNS attributes. ancestorHasXMLNSAttrs Flag indicating whether one of this node's ancestor has XMLNS attributes.
Parameters: namespace The namespace URI hasXMLNSAttrs Flag indicating whether this node has XMLNS attributes.