UIX 2.2.15

oracle.cabo.ui.xml.parse
Class PageUINodeType

java.lang.Object
  |
  +--oracle.cabo.ui.xml.parse.BaseUINodeType
        |
        +--oracle.cabo.ui.xml.parse.PageUINodeType
All Implemented Interfaces:
UINodeType

public class PageUINodeType
extends BaseUINodeType

Parser used for handling the <page> element.


Fields inherited from interface oracle.cabo.ui.xml.parse.UINodeType
CHILD_TYPE_ATTRIBUTE_MAP, CHILD_TYPE_BOUND_VALUE, CHILD_TYPE_DATA_PROVIDER, CHILD_TYPE_ENVELOPE_ATTRIBUTE, CHILD_TYPE_INDEXED_CHILD_IN_PLACE, CHILD_TYPE_INDEXED_CHILDREN, CHILD_TYPE_INLINE_ATTRIBUTE, CHILD_TYPE_NAMED_CHILD, CHILD_TYPE_NODE_LIST, CHILD_TYPE_NODE_MAP, CHILD_TYPE_UNKNOWN

Constructor Summary
PageUINodeType()

Method Summary
NodeParser getCustomNodeParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
Returns the custom NodeParser implementation that should be used for this node type.
static PageUINodeType sharedInstance()

Methods inherited from class oracle.cabo.ui.xml.parse.BaseUINodeType
convertAttributeValue, convertBoundValue, createDefaultUINodeType, createUINode, getAttributeClass, getChildType, getDefaultUINodeType, getModel, getNamespaceURI, isIndexedChildElement, setUINodeClass, stripWhitespace

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PageUINodeType

public PageUINodeType()

Method Detail

sharedInstance

public static PageUINodeType sharedInstance()

getCustomNodeParser

public NodeParser getCustomNodeParser(ParseContext context,
                                      java.lang.String namespaceURI,
                                      java.lang.String localName)
Description copied from class: BaseUINodeType
Returns the custom NodeParser implementation that should be used for this node type. If null, UINodeParser will be used.
Overrides:
getCustomNodeParser in class BaseUINodeType

UIX 2.2.15