public class XMLProperty
extends java.lang.Object
XMLProperty here.| Constructor and Description |
|---|
XMLProperty() |
| Modifier and Type | Method and Description |
|---|---|
static Property |
getProperty(org.w3c.dom.Element base)
Describe
getProperty method here. |
static Property |
getProperty(javax.xml.stream.XMLStreamReader parser) |
static void |
insert(org.w3c.dom.Element element,
Property prop)
DOM insert
|
static void |
insert(org.w3c.dom.Element element,
java.lang.String name,
java.lang.String value)
DOM insert
|
static void |
insert(javax.xml.stream.XMLStreamWriter writer,
Property prop)
StAX insert
|
static void |
insert(javax.xml.stream.XMLStreamWriter writer,
java.lang.String name,
java.lang.String value)
StAX insert
|
public static void insert(javax.xml.stream.XMLStreamWriter writer,
Property prop)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic static void insert(javax.xml.stream.XMLStreamWriter writer,
java.lang.String name,
java.lang.String value)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic static void insert(org.w3c.dom.Element element,
Property prop)
public static void insert(org.w3c.dom.Element element,
java.lang.String name,
java.lang.String value)
public static Property getProperty(org.w3c.dom.Element base)
getProperty method here.base - an Element valueProperty valuepublic static Property getProperty(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException