|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.utils.NSInfo
**For internal use only** This class holds information about the namespace info of a node. It is used to optimize namespace lookup in a generic DOM.
Field Summary | |
static int |
ANCESTORHASXMLNS
**For internal use only** |
static int |
ANCESTORNOXMLNS
**For internal use only** |
static int |
ANCESTORXMLNSUNPROCESSED
**For internal use only** |
int |
m_ancestorHasXMLNSAttrs
**For internal use only** |
boolean |
m_hasProcessedNS
**For internal use only** |
boolean |
m_hasXMLNSAttrs
**For internal use only** |
java.lang.String |
m_namespace
**For internal use only** |
Constructor Summary | |
NSInfo(boolean hasProcessedNS,
boolean hasXMLNSAttrs)
**For internal use only** |
|
NSInfo(boolean hasProcessedNS,
boolean hasXMLNSAttrs,
int ancestorHasXMLNSAttrs)
**For internal use only** |
|
NSInfo(java.lang.String namespace,
boolean hasXMLNSAttrs)
**For internal use only** |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String m_namespace
public boolean m_hasXMLNSAttrs
public boolean m_hasProcessedNS
public int m_ancestorHasXMLNSAttrs
public static final int ANCESTORXMLNSUNPROCESSED
public static final int ANCESTORHASXMLNS
public static final int ANCESTORNOXMLNS
Constructor Detail |
public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs)
public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs, int ancestorHasXMLNSAttrs)
public NSInfo(java.lang.String namespace, boolean hasXMLNSAttrs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |