public interface DOMAccess extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
asString()
This method may be used to get a string representation of the projected document or element.
|
DOMAccess |
create(String path,
Object value)
Create an element or attribute with given path and value.
|
Element |
getDOMBaseElement()
Getter for the "root" element of this projection.
|
Node |
getDOMNode()
Getter for the underlying DOM node holding the data.
|
Document |
getDOMOwnerDocument()
Getter for the XML Document owning the node for this projection.
|
Class<?> |
getProjectionInterface()
Getter for the projection interface.
|
Class<?> getProjectionInterface()
Node getDOMNode()
Document getDOMOwnerDocument()
Element getDOMBaseElement()
String asString()
Copyright © 2012-12-21-2022. All Rights Reserved.