Class XMLSerializer.CustomElement

  • Enclosing class:
    XMLSerializer

    private static class XMLSerializer.CustomElement
    extends nu.xom.Element
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String prefix  
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomElement​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String getName​(java.lang.String name)  
      private static java.lang.String getPrefix​(java.lang.String name)  
      java.lang.String getQName()  
      • Methods inherited from class nu.xom.Element

        addAttribute, addNamespaceDeclaration, appendChild, copy, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeValue, getAttributeValue, getBaseURI, getChildElements, getChildElements, getChildElements, getFirstChildElement, getFirstChildElement, getLocalName, getNamespaceDeclarationCount, getNamespacePrefix, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getQualifiedName, getValue, insertChild, removeAttribute, removeChildren, removeNamespaceDeclaration, setBaseURI, setLocalName, setNamespacePrefix, setNamespaceURI, shallowCopy, toString, toXML
      • Methods inherited from class nu.xom.ParentNode

        appendChild, getChild, getChildCount, indexOf, insertChild, removeChild, removeChild, replaceChild
      • Methods inherited from class nu.xom.Node

        detach, equals, getDocument, getParent, hashCode, query, query
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • prefix

        private final java.lang.String prefix
    • Constructor Detail

      • CustomElement

        public CustomElement​(java.lang.String name)
    • Method Detail

      • getName

        private static java.lang.String getName​(java.lang.String name)
      • getPrefix

        private static java.lang.String getPrefix​(java.lang.String name)
      • getQName

        public final java.lang.String getQName()