Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.bim.parser.cobie.XmlnputTokenizer

  • Packages that use XmlnputTokenizer 
    Package Description
    psdi.app.bim.parser.cobie  
    • Uses of XmlnputTokenizer in psdi.app.bim.parser.cobie

      Methods in psdi.app.bim.parser.cobie that return XmlnputTokenizer 
      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
      Methods in psdi.app.bim.parser.cobie with parameters of type XmlnputTokenizer 
      Modifier and Type Method and Description
      UniFormat UniFormatParser.buildUniformatXMLClass(XmlnputTokenizer _tokenizer, int level, java.util.HashMap wbs)
      Build Uniformat object for XML data
      protected UniFormat UniFormatParser.processUniformatXML(XmlnputTokenizer model)
      This method will build Uniformat Tree structure for XML file
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes