Package net.sf.json.xml
Class XMLSerializer.CustomElement
- java.lang.Object
-
- nu.xom.Node
-
- nu.xom.ParentNode
-
- nu.xom.Element
-
- net.sf.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 java.lang.Stringprefix
-
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.StringgetName(java.lang.String name)private static java.lang.StringgetPrefix(java.lang.String name)java.lang.StringgetQName()-
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
-
-