Serialized Form

  • Package nanoxml

    • Exception nanoxml.XMLParseException

      class XMLParseException extends RuntimeException implements Serializable
      • Serialized Fields

        • lineNr
          int lineNr
          The line number in the source code where the error occurred, or NO_LINE if the line number is unknown.
          Invariants:
          • lineNr &gt 0 || lineNr == NO_LINE
  • Package net.n3.nanoxml

    • Class net.n3.nanoxml.XMLElement

      class XMLElement extends Object implements Serializable
      serialVersionUID:
      -2383376380548624920L
      • Serialized Fields

        • attributes
          Vector attributes
          The attributes of the element.
        • children
          Vector children
          The child elements.
        • content
          String content
          The content of the element.
        • fullName
          String fullName
          The full name of the element.
        • lineNr
          int lineNr
          The line in the source data where this element starts.
        • name
          String name
          The name of the element.
        • namespace
          String namespace
          The namespace URI.
        • parent
          IXMLElement parent
          The parent element.
        • systemID
          String systemID
          The system ID of the source data where this element is located.
    • Exception net.n3.nanoxml.XMLException

      class XMLException extends Exception implements Serializable
      • Serialized Fields

        • encapsulatedException
          Exception encapsulatedException
          Encapsulated exception.
        • lineNr
          int lineNr
          The line number in the XML data where the exception occurred.
        • msg
          String msg
          The message of the exception.
        • systemID
          String systemID
          The system ID of the XML data where the exception occurred.
    • Exception net.n3.nanoxml.XMLParseException

      class XMLParseException extends XMLException implements Serializable
    • Exception net.n3.nanoxml.XMLValidationException

      class XMLValidationException extends XMLException implements Serializable
      • Serialized Fields

        • attributeName
          String attributeName
          The name of the attribute where the exception occurred.
        • attributeValue
          String attributeValue
          The value of the attribute where the exception occurred.
        • elementName
          String elementName
          The name of the element where the exception occurred.
        • errorType
          int errorType
          Which error occurred.