org.apache.cocoon.pipeline.component.xpointer
Class XPointerContext
java.lang.Object
org.apache.cocoon.pipeline.component.xpointer.XPointerContext
- All Implemented Interfaces:
- NamespaceContext
public final class XPointerContext
- extends Object
- implements NamespaceContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPointerContext
public XPointerContext(String xPointer,
InputSource source,
SAXConsumer xmlConsumer,
EntityResolver resolver,
org.richfaces.cdk.Logger log)
getXPointer
public String getXPointer()
getSource
public InputSource getSource()
getXmlConsumer
public SAXConsumer getXmlConsumer()
getLogger
public org.richfaces.cdk.Logger getLogger()
getDocument
public Document getDocument()
throws IOException,
SAXException
- Throws:
IOException
SAXException
addPrefix
public void addPrefix(String prefix,
String namespaceURI)
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI in interface NamespaceContext
getPrefix
public String getPrefix(String namespaceURI)
- Specified by:
getPrefix in interface NamespaceContext
getPrefixes
public Iterator getPrefixes(String namespaceURI)
- Specified by:
getPrefixes in interface NamespaceContext
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.