Uses of Class
org.apache.xml.utils.NSInfo

Packages that use NSInfo
Package Description
org.apache.xml.utils
Implementation of Xalan utility classes.
  • Uses of NSInfo in org.apache.xml.utils

    Fields in org.apache.xml.utils declared as NSInfo
    Modifier and Type Field Description
    protected static NSInfo DOMHelper.m_NSInfoNullNoAncestorXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has been processed, and has no xmlns namespace decls.
    protected static NSInfo DOMHelper.m_NSInfoNullWithoutXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has been processed, and has no xmlns namespace decls.
    protected static NSInfo DOMHelper.m_NSInfoNullWithXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has been processed, and has xmlns namespace decls.
    protected static NSInfo DOMHelper.m_NSInfoUnProcNoAncestorXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has not been processed, and has no xmlns namespace decls, and has no ancestor decls.
    protected static NSInfo DOMHelper.m_NSInfoUnProcWithoutXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has not been processed, but has no xmlns namespace decls.
    protected static NSInfo DOMHelper.m_NSInfoUnProcWithXMLNS
    Deprecated.
    Object to put into the m_NSInfos table that tells that a node has not been processed, but has xmlns namespace decls.