org.apache.neethi.builders.converters
Class AbstractOMConverter
java.lang.Object
org.apache.neethi.builders.converters.AbstractOMConverter
- Direct Known Subclasses:
- OMToDOMConverter, OMToOMConverter, OMToStaxConverter
public abstract class AbstractOMConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOMConverter
public AbstractOMConverter()
getQName
public QName getQName(org.apache.axiom.om.OMElement s)
getAttributes
public Map<QName,String> getAttributes(org.apache.axiom.om.OMElement s)
getChildren
public Iterator<org.apache.axiom.om.OMElement> getChildren(org.apache.axiom.om.OMElement el)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.