public interface IDefaultXMLNamespaceNode extends IASNode
default xml namespace
statement.
The typical shape of this node is:
IDefaultXMLNamespaceNode IExpressionNode <-- getExpressionNode()For example,
default xml namespace = "http://ns.whatever.com"
is represented as
IDefaultXMLNamespaceNode ILiteralNode "http://ns.whatever.com"
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IExpressionNode |
getExpressionNode()
Gets the child node representing the namespace expression
on the right-hand-side of the statement.
|
IKeywordNode |
getKeywordNode()
Gets the node representing the
default xml namespace keyword. |
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
IKeywordNode getKeywordNode()
default xml namespace
keyword.
This is not considered a child node.
IKeywordNode
.IExpressionNode getExpressionNode()
This is the sole child node.
IExpressionNode
.Copyright © 2016 The Apache Software Foundation. All rights reserved.