Class XMLElement

    • Field Detail

      • tagname

        protected java.lang.String tagname
    • Constructor Detail

      • XMLElement

        public XMLElement()
    • Method Detail

      • selectById

        public abstract java.util.List<XMLElement> selectById​(java.lang.String s)
      • dump

        public static void dump​(javax.xml.stream.XMLStreamWriter writer,
                                XMLElement elem,
                                java.lang.String... blacklist)
                         throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • dump

        public static void dump​(ScannerBuffer buffer,
                                javax.xml.stream.XMLStreamWriter writer,
                                XMLElement elem,
                                java.lang.String... blacklist)
                         throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • dump

        protected abstract void dump​(javax.xml.stream.XMLStreamWriter writer)
                              throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException