jsdai.xml
Class LateBindingReader

java.lang.Object
  extended byjsdai.lang.JsdaiLangAccessor
      extended byjsdai.xml.SdaiXmlReader
          extended byjsdai.xml.InstanceReader
              extended byjsdai.xml.LateBindingReader
All Implemented Interfaces:
org.xml.sax.XMLReader

public class LateBindingReader
extends InstanceReader

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

LateBindingReader

public LateBindingReader()
Creates the late binding reader.

Method Detail

setFeature

public void setFeature(java.lang.String name,
                       boolean value)
Sets the state of the feature for this LateBindingReader. It recognizes all features supported by InstanceReader.setFeature(java.lang.String, boolean). In addition the following features are recognized:
verbose-schema-names
If true, the schema of entity or defined type is added as optional <schema_name> attribute to <entity_instance>, <partial_entity_instance>, and <type_literal> elements. The default value is false.

Specified by:
setFeature in interface org.xml.sax.XMLReader
Overrides:
setFeature in class InstanceReader
Parameters:
name - The feature name, see the list above for recognized features.
value - The true or false value.

Copyright © LKSoftWare GmbH, 1999-2008