|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.xml.parse.AbstractUINodeParserFactory | +--oracle.cabo.ui.xml.parse.UINodeParserFactory
ParserFactory for UINodes.
Constructor Summary | |
UINodeParserFactory(java.lang.String namespaceURI,
UINodeType defaultType,
java.util.Dictionary typeDictionary)
Creates a UINodeParserFactory. |
|
UINodeParserFactory(java.lang.String namespaceURI,
UINodeType defaultType,
java.util.Dictionary typeDictionary,
boolean isLenient)
Creates a UINodeParserFactory. |
Method Summary | |
static UINodeParserFactory |
getHTMLFactory()
Return a ParserFactory that handles bean elements in the HTML namespace. |
static UINodeParserFactory |
getMarlinFactory()
Return a ParserFactory that handles bean elements in the UIX Components (Marlin) namespace. |
protected UINodeType |
getUINodeTypeImpl(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName)
|
protected boolean |
isLenient()
|
Methods inherited from class oracle.cabo.ui.xml.parse.AbstractUINodeParserFactory |
getParser, getUINodeType, getUINodeType, registerSelf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UINodeParserFactory(java.lang.String namespaceURI, UINodeType defaultType, java.util.Dictionary typeDictionary)
namespaceURI
- the namespace of elements to handledefaultType
- the default UINodeType to usetypeDictionary
- a Dictionary of UINodeType objectspublic UINodeParserFactory(java.lang.String namespaceURI, UINodeType defaultType, java.util.Dictionary typeDictionary, boolean isLenient)
namespaceURI
- the namespace of elements to handledefaultType
- the default UINodeType to usetypeDictionary
- a Dictionary of UINodeType objectsisLenient
- controls how unknown local names are handled;
if false, unknown elements will be dropped (which results in
parsing errors)Method Detail |
public static UINodeParserFactory getMarlinFactory()
public static UINodeParserFactory getHTMLFactory()
protected UINodeType getUINodeTypeImpl(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
getUINodeTypeImpl
in class AbstractUINodeParserFactory
protected boolean isLenient()
isLenient
in class AbstractUINodeParserFactory
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |