Class XMLSerializer.CustomElement

java.lang.Object
nu.xom.Node
nu.xom.ParentNode
nu.xom.Element
org.kordamp.json.xml.XMLSerializer.CustomElement
Enclosing class:
XMLSerializer

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

    Fields
    Modifier and Type
    Field
    Description
    private final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static String
     
    private static String
     
    final String
     

    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 Details

    • prefix

      private final String prefix
  • Constructor Details

    • CustomElement

      public CustomElement(String name)
  • Method Details

    • getName

      private static String getName(String name)
    • getPrefix

      private static String getPrefix(String name)
    • getQName

      public final String getQName()