public class NodeInfoImpl extends Object implements NodeInfo
| Constructor and Description | 
|---|
| NodeInfoImpl(Node node) | 
| NodeInfoImpl(Node node,
            DocumentModel documentModel) | 
| NodeInfoImpl(Node node,
            DocumentModel documentModel,
            boolean visible) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Node o) | 
| String | getAction() | 
| DocumentModel | getDocumentModel() | 
| String | getHref() | 
| String | getIcon() | 
| NodeType | getNodeType() | 
| String | getTitle() | 
| boolean | isBlank() | 
| boolean | isDocument() | 
| boolean | isDocumentVisible() | 
| boolean | isLink() | 
| boolean | isLiteral() | 
| boolean | isQNameResource() | 
| boolean | isResource() | 
| boolean | isText() | 
public NodeInfoImpl(Node node)
public NodeInfoImpl(Node node, DocumentModel documentModel)
public NodeInfoImpl(Node node, DocumentModel documentModel, boolean visible)
public NodeType getNodeType()
getNodeType in interface Nodepublic boolean isQNameResource()
isQNameResource in interface Nodepublic boolean isResource()
isResource in interface Nodepublic int compareTo(Node o)
compareTo in interface Comparable<Node>public DocumentModel getDocumentModel()
getDocumentModel in interface NodeInfopublic boolean isDocument()
isDocument in interface NodeInfopublic boolean isDocumentVisible()
isDocumentVisible in interface NodeInfoCopyright © 2014 Nuxeo SA. All rights reserved.