Uses of Class
hmi.xml.XMLNameSpace

Packages that use XMLNameSpace
hmi.xml Support for reading and writing XML. 
 

Uses of XMLNameSpace in hmi.xml
 

Fields in hmi.xml with type parameters of type XMLNameSpace
private  ArrayList<XMLNameSpace> XMLNameSpaceStack.namespaceStack
           
 

Methods in hmi.xml that return XMLNameSpace
 XMLNameSpace XMLNameSpaceStack.popXMLNameSpace()
          Pop the top XMLNameSpace from the stack, and return it.
 

Methods in hmi.xml with parameters of type XMLNameSpace
 StringBuilder XMLStructureAdapter.appendXML(StringBuilder buf, XMLFormatting fmt, XMLNameSpace xmlNamespace)
          like writeXML(PrintWriter ,int), except that the XML encoding is appended to a StringBuilder.
 void XMLNameSpaceStack.pushXMLNameSpace(XMLNameSpace xmlNamespace)
          Push a new XMLNameSpace on the stack
 XMLFormatting XMLFormatting.pushXMLNameSpace(XMLNameSpace xmlNamespace)
           
 String XMLStructureAdapter.toXMLString(XMLFormatting fmt, XMLNameSpace xmlNamespace)
          yields an XML encoded String of this XMLStructure object.
 void XMLStructureAdapter.writeXML(PrintWriter out, XMLFormatting fmt, XMLNameSpace xmlNamespace)
          writes an XML encoded String to "out".