Fields Summary |
---|
public String | m_namespaceThe namespace URI |
public boolean | m_hasXMLNSAttrsFlag indicating whether this node has an XMLNS attribute |
public boolean | m_hasProcessedNSFlag indicating whether namespaces have been processed for this node |
public int | m_ancestorHasXMLNSAttrsFlag indicating whether one of this node's ancestor has an XMLNS attribute |
public static final int | ANCESTORXMLNSUNPROCESSEDConstant for ancestors XMLNS atributes not processed |
public static final int | ANCESTORHASXMLNSConstant indicating an ancestor has an XMLNS attribute |
public static final int | ANCESTORNOXMLNSConstant indicating ancestors don't have an XMLNS attribute |