public class XmlInterfaceVersion1 extends XmlInterface
Modifier and Type | Class | Description |
---|---|---|
static class |
XmlInterfaceVersion1.DocumentMakerVisitor |
Constructor | Description |
---|---|
XmlInterfaceVersion1(int revisionNumber) |
Modifier and Type | Method | Description |
---|---|---|
protected BeanNodeVisitor<org.w3c.dom.Element> |
getDocumentMakerVisitor() |
Gets a visitor which populates xml elements with corresponding nodes.
|
protected SimpleBeanModelNode |
parseSettingsOwnerNode(org.w3c.dom.Element nodeElement) |
Parses a settings node and its descendants recursively.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canParse, getRevisionNumber, parseXml, writeModelToXml
protected SimpleBeanModelNode parseSettingsOwnerNode(org.w3c.dom.Element nodeElement)
XmlInterface
parseSettingsOwnerNode
in class XmlInterface
nodeElement
- Element to parseprotected BeanNodeVisitor<org.w3c.dom.Element> getDocumentMakerVisitor()
XmlInterface
getDocumentMakerVisitor
in class XmlInterface
Copyright © 2002–2018 PMD. All rights reserved.