org.apache.neethi.builders.converters
Class AbstractOMConverter

java.lang.Object
  extended by org.apache.neethi.builders.converters.AbstractOMConverter
Direct Known Subclasses:
OMToDOMConverter, OMToOMConverter, OMToStaxConverter

public abstract class AbstractOMConverter
extends Object


Constructor Summary
AbstractOMConverter()
           
 
Method Summary
 Map<QName,String> getAttributes(org.apache.axiom.om.OMElement s)
           
 Iterator<org.apache.axiom.om.OMElement> getChildren(org.apache.axiom.om.OMElement el)
           
 QName getQName(org.apache.axiom.om.OMElement s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOMConverter

public AbstractOMConverter()
Method Detail

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.