|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.util.NamespaceSupport | +--org.apache.xerces.xinclude.MultipleScopeNamespaceSupport | +--org.apache.xerces.xinclude.XIncludeNamespaceSupport
Inner classes inherited from class org.apache.xerces.util.NamespaceSupport |
NamespaceSupport.Prefixes |
Fields inherited from class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport |
fCurrentScope, fScope |
Fields inherited from class org.apache.xerces.util.NamespaceSupport |
fContext, fCurrentContext, fNamespace, fNamespaceSize, fPrefixes |
Fields inherited from interface org.apache.xerces.xni.NamespaceContext |
XML_URI, XMLNS_URI |
Constructor Summary | |
XIncludeNamespaceSupport()
|
|
XIncludeNamespaceSupport(org.apache.xerces.xni.NamespaceContext context)
|
Method Summary | |
java.lang.String |
getURIFromIncludeParent(java.lang.String prefix)
|
void |
pushContext()
Start a new Namespace context. |
void |
setContextInvalid()
This method is used to set a context invalid for XInclude namespace processing. |
Methods inherited from class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport |
getAllPrefixes, getPrefix, getPrefix, getPrefix, getScopeForContext, getURI, getURI, getURI, popScope, pushScope, reset |
Methods inherited from class org.apache.xerces.util.NamespaceSupport |
declarePrefix, getDeclaredPrefixAt, getDeclaredPrefixCount, popContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XIncludeNamespaceSupport()
public XIncludeNamespaceSupport(org.apache.xerces.xni.NamespaceContext context)
context
- Method Detail |
public void pushContext()
org.apache.xerces.xni.NamespaceContext
A new context should be pushed at the beginning of each XML element: the new context will automatically inherit the declarations of its parent context, but it will also keep track of which declarations were made within this context.
pushContext
in class NamespaceSupport
org.apache.xerces.util.NamespaceSupport
NamespaceContext.pushContext()
public void setContextInvalid()
public java.lang.String getURIFromIncludeParent(java.lang.String prefix)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |