|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsdai.lang.JsdaiLangAccessor
jsdai.xml.SdaiXmlReader
jsdai.xml.InstanceReader
jsdai.xml.LateBindingReader
This class is an ISO 10303-28 Edition 1 late binding representation reader. It can be used to create XML in late binding from JSDAI population.
Constructor Summary | |
LateBindingReader()
Creates the late binding reader. |
Method Summary | |
void |
setFeature(java.lang.String name,
boolean value)
Sets the state of the feature for this LateBindingReader .
|
Methods inherited from class jsdai.xml.InstanceReader |
parse, serialize |
Methods inherited from class jsdai.xml.SdaiXmlReader |
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setProperty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LateBindingReader()
Method Detail |
public void setFeature(java.lang.String name, boolean value)
LateBindingReader
.
It recognizes all features supported by InstanceReader.setFeature(java.lang.String, boolean)
.
In addition the following features are recognized:
<schema_name>
attribute to <entity_instance>
,
<partial_entity_instance>
, and <type_literal>
elements. The default value is false
.
setFeature
in interface org.xml.sax.XMLReader
setFeature
in class InstanceReader
name
- The feature name, see the list above for recognized features.value
- The true
or false
value.
|
Copyright © LKSoftWare GmbH, 1999-2008 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |