|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.firstpartners.rp.back.extractor.xml.Translator
public class Translator
Translate from xml strcuture (w3c.dom) into internal Node-structure
Constructor Summary | |
---|---|
Translator()
|
Method Summary | |
---|---|
static java.lang.String |
encode(java.lang.String strText)
Encode the set of special XML characters: < > " ' ? |
static NodeStruct |
translate(org.w3c.dom.Node node)
Generate a node struct object using a org.w3c.dom.Node object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Translator()
Method Detail |
---|
public static NodeStruct translate(org.w3c.dom.Node node)
node
- XML-object
public static java.lang.String encode(java.lang.String strText)
strText
- String
to be encoded
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |