com.fasterxml.aalto.out
Class WNameFactory
java.lang.Object
com.fasterxml.aalto.out.WNameFactory
- Direct Known Subclasses:
- XmlWriter
public abstract class WNameFactory
- extends Object
This abstract class defines factory object (with factory methods)
that are needed by WNameTable instances, to be able to
construct WName instances for element and attribute names.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WNameFactory
public WNameFactory()
constructName
public abstract WName constructName(String localName)
throws XMLStreamException
- Throws:
XMLStreamException
constructName
public abstract WName constructName(String prefix,
String localName)
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2011 Fasterxml.com. All Rights Reserved.