Package com.sun.msv.util
Class StartTagInfo
java.lang.Object
com.sun.msv.util.StartTagInfo
immutable start tag information
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
FieldsModifier and TypeFieldDescriptionobject that provides additional information which is necessary for validating some datatypes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StartTagInfo
(String namespaceURI, String localName, String qName, Attributes attributes) StartTagInfo
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated.StartTagInfo
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
containsAttribute
(String attrName) final boolean
containsAttribute
(String namespaceURI, String attrName) final String
getAttribute
(String attrName) gets value of the specified attribute.final String
getAttribute
(String namespaceURI, String attrName) final String
getCollapsedAttribute
(String attrName) final String
getDefaultedAttribute
(String attrName, String defaultValue) final String
getDefaultedAttribute
(String namespaceURI, String attrName, String defaultValue) void
reinit
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated.void
reinit
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) re-initialize the object with brand new parameters.
-
Field Details
-
namespaceURI
-
localName
-
qName
-
attributes
-
context
object that provides additional information which is necessary for validating some datatypes
-
-
Constructor Details
-
StartTagInfo
protected StartTagInfo() -
StartTagInfo
public StartTagInfo(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated. -
StartTagInfo
public StartTagInfo(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) -
StartTagInfo
-
-
Method Details
-
reinit
public void reinit(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated. -
reinit
public void reinit(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) re-initialize the object with brand new parameters. -
containsAttribute
-
containsAttribute
-
getAttribute
gets value of the specified attribute.- Returns:
- null attribute does not exist.
-
getAttribute
-
getCollapsedAttribute
-
getDefaultedAttribute
-
getDefaultedAttribute
-