org.jboss.xb
Class QNameBuilder
java.lang.Object
org.jboss.xb.QNameBuilder
public final class QNameBuilder
- extends Object
A QName builder that discovers the namespaceURI for a given prefix by walking
up the document tree.
The combined name is of the form [prefix:]localPart
- Version:
- $Revision: 1958 $
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QNameBuilder
public QNameBuilder()
buildQName
public static QName buildQName(Element element,
String combinedName)
- Build a QName from a combined name
- Parameters:
element
- The current elementcombinedName
- A name of form prefix:localPart
- Returns:
- A QName, or null
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.