Package | Description |
---|---|
psdi.app.bim.parser.cobie |
Modifier and Type | Method and Description |
---|---|
XmlnputTokenizer |
XmlnputTokenizer.findElement(java.lang.String query) |
XmlnputTokenizer |
XmlnputTokenizer.getChild(java.lang.String name)
Reads the child node which has the given name from the given parent node
This method assumes that there is a single child node with
the given name under the given parent node, otherwise the first child
found is returned
|
static XmlnputTokenizer |
XmlnputTokenizer.parse(org.xml.sax.InputSource in)
Parses the XML file contained in the given input source and reads
the main Document node which is returned from this method
|
static XmlnputTokenizer |
XmlnputTokenizer.parse(java.io.InputStream in)
Parses the XML file contained in the given input stream and reads
the main Document node which is returned from this method
|
static XmlnputTokenizer |
XmlnputTokenizer.parse(java.io.Reader in)
Parses the XML file contained in the given input stream and reads
the main Document node which is returned from this method
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XmlnputTokenizer> |
XmlnputTokenizer.find(java.lang.String query) |
java.util.List<XmlnputTokenizer> |
XmlnputTokenizer.getChildren(java.lang.String name)
Returns the list of child nodes that have the given name from
the given parent node
|
Modifier and Type | Method and Description |
---|---|
UniFormat |
UniFormatParser.buildUniformatXMLClass(XmlnputTokenizer _tokenizer,
int level,
java.util.HashMap<java.lang.Integer,java.lang.String> wbs)
Build Uniformat object for XML data
|