public class XIncludeNamespaceSupport extends MultipleScopeNamespaceSupport
NamespaceSupport.Prefixes
fCurrentScope, fScope
fContext, fCurrentContext, fNamespace, fNamespaceSize, fPrefixes
Constructor and Description |
---|
XIncludeNamespaceSupport() |
XIncludeNamespaceSupport(org.apache.xerces.xni.NamespaceContext context) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURIFromIncludeParent(java.lang.String prefix)
This returns the namespace URI which was associated with the given pretext, in
the context that existed at the include parent of the current element.
|
void |
pushContext()
Pushes a new context onto the stack.
|
void |
setContextInvalid()
This method is used to set a context invalid for XInclude namespace processing.
|
getAllPrefixes, getPrefix, getPrefix, getPrefix, getScopeForContext, getURI, getURI, getURI, popScope, pushScope, reset
containsPrefix, declarePrefix, getDeclaredPrefixAt, getDeclaredPrefixCount, popContext
public XIncludeNamespaceSupport()
public XIncludeNamespaceSupport(org.apache.xerces.xni.NamespaceContext context)
context
- public void pushContext()
pushContext
in interface org.apache.xerces.xni.NamespaceContext
pushContext
in class NamespaceSupport
NamespaceContext.pushContext()
public void setContextInvalid()
public java.lang.String getURIFromIncludeParent(java.lang.String prefix)
prefix
- the prefix of the desired URICopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.