public class RamlDocumentNode extends AbstractRamlNode implements ObjectNode
| Constructor and Description |
|---|
RamlDocumentNode() |
RamlDocumentNode(RamlDocumentNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
ResourceLoader |
getResourceLoader() |
NodeType |
getType()
Returns the type of this node
|
RamlVersion |
getVersion() |
void |
setResourceLoader(ResourceLoader resourceLoader) |
void |
setVersion(RamlVersion version) |
getEndPosition, getStartPosition, setEndPosition, setStartPositionaddChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, replaceWith, setChild, setParent, setSourcepublic RamlDocumentNode()
public RamlDocumentNode(RamlDocumentNode node)
@Nonnull public Node copy()
Nodepublic NodeType getType()
Node@Nonnull public RamlVersion getVersion()
public void setVersion(RamlVersion version)
@Nonnull public ResourceLoader getResourceLoader()
public void setResourceLoader(ResourceLoader resourceLoader)
Copyright © 2016. All rights reserved.