public class AttributeSetBuilder
extends java.lang.Object
AttributeSet representation.| Constructor | Description |
|---|---|
AttributeSetBuilder(NamespaceHandling namespaceHandling) |
Creates an instance of this class.
|
| Modifier and Type | Method | Description |
|---|---|---|
AttributeSet |
getAttributeSet(org.xml.sax.AttributeList atts) |
Processes the attributes and XML name space declarations found in the SAX
v1
AttributeList. |
AttributeSet |
getAttributeSet(org.xml.sax.Attributes atts) |
Processes the attributes and XML name space declarations found in the
given
Attributes instance. |
public AttributeSetBuilder(NamespaceHandling namespaceHandling)
namespaceHandling - Instance of a tool class to handle XML name spaces.public AttributeSet getAttributeSet(org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
Attributes instance. XML namespace declarations are added
to the set of name spaces in scope.org.xml.sax.SAXException - If a name space associated with the prefix could not be
resolved.public AttributeSet getAttributeSet(org.xml.sax.AttributeList atts) throws org.xml.sax.SAXException
AttributeList. XML name space declarations are added to the
set of XML name spaces in scope.org.xml.sax.SAXException - If the XML name space associated with the prefix could not be
resolved.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com