org.teleal.cling.binding.xml.parser
Class DeviceDOM

java.lang.Object
  extended by org.teleal.common.xml.DOM
      extended by org.teleal.cling.binding.xml.parser.DeviceDOM

public class DeviceDOM
extends org.teleal.common.xml.DOM

Author:
Christian Bauer

Field Summary
static String NAMESPACE_URI
           
 
Fields inherited from class org.teleal.common.xml.DOM
CDATA_BEGIN, CDATA_END, XML_SCHEMA_NAMESPACE
 
Constructor Summary
DeviceDOM(Document dom)
           
 
Method Summary
 DeviceDOM copy()
           
 DeviceElement createRoot(XPath xpath, ELEMENT el)
           
 DeviceElement getRoot(XPath xPath)
           
 String getRootElementNamespace()
           
 
Methods inherited from class org.teleal.common.xml.DOM
createRoot, getW3CDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_URI

public static final String NAMESPACE_URI
See Also:
Constant Field Values
Constructor Detail

DeviceDOM

public DeviceDOM(Document dom)
Method Detail

getRootElementNamespace

public String getRootElementNamespace()
Specified by:
getRootElementNamespace in class org.teleal.common.xml.DOM

getRoot

public DeviceElement getRoot(XPath xPath)
Specified by:
getRoot in class org.teleal.common.xml.DOM

copy

public DeviceDOM copy()
Specified by:
copy in class org.teleal.common.xml.DOM

createRoot

public DeviceElement createRoot(XPath xpath,
                                ELEMENT el)


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.