|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.xml.XMLProperty
public class XMLProperty
Describe class XMLProperty here.
| Constructor Summary | |
|---|---|
XMLProperty()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLProperty()
| Method Detail |
|---|
public static void insert(javax.xml.stream.XMLStreamWriter writer,
Property prop)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static void insert(javax.xml.stream.XMLStreamWriter writer,
java.lang.String name,
java.lang.String value)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public 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 value
Property value
public static Property getProperty(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||