org.apache.cocoon.components.xpointer
Class ElementPathPart.PathInclusionPipe.QName

java.lang.Object
  extended by org.apache.cocoon.components.xpointer.ElementPathPart.PathInclusionPipe.QName
Enclosing class:
ElementPathPart.PathInclusionPipe

public static class ElementPathPart.PathInclusionPipe.QName
extends Object


Constructor Summary
ElementPathPart.PathInclusionPipe.QName(String namespaceURI, String localName)
           
 
Method Summary
 String getLocalName()
           
 String getNamespaceURI()
           
 boolean matches(String namespaceURI, String localName)
           
static ElementPathPart.PathInclusionPipe.QName parse(String qName, XPointerContext xpointerContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementPathPart.PathInclusionPipe.QName

public ElementPathPart.PathInclusionPipe.QName(String namespaceURI,
                                               String localName)
Method Detail

parse

public static ElementPathPart.PathInclusionPipe.QName parse(String qName,
                                                            XPointerContext xpointerContext)
                                                     throws SAXException
Throws:
SAXException

getNamespaceURI

public String getNamespaceURI()

getLocalName

public String getLocalName()

matches

public boolean matches(String namespaceURI,
                       String localName)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.