com.fasterxml.aalto.out
Class WNameFactory

java.lang.Object
  extended by 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.


Constructor Summary
WNameFactory()
           
 
Method Summary
abstract  WName constructName(String localName)
           
abstract  WName constructName(String prefix, String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WNameFactory

public WNameFactory()
Method Detail

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 © 2012 Fasterxml.com. All Rights Reserved.