public class XIncludeNamespaceSupport extends MultipleScopeNamespaceSupport
NamespaceSupport.Prefixes
fCurrentScope, fScope
fContext, fCurrentContext, fNamespace, fNamespaceSize, fPrefixes
XML_URI, XMLNS_URI
Constructor and Description |
---|
XIncludeNamespaceSupport() |
XIncludeNamespaceSupport(NamespaceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getURIFromIncludeParent(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(NamespaceContext context)
context
- public void pushContext()
pushContext
in interface NamespaceContext
pushContext
in class NamespaceSupport
NamespaceContext.pushContext()
public void setContextInvalid()
public String getURIFromIncludeParent(String prefix)
prefix
- the prefix of the desired URICopyright © 2021 JBoss by Red Hat. All rights reserved.