Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.xs | |
org.apache.xerces.jaxp | |
org.apache.xerces.parsers | |
org.apache.xerces.xs |
Modifier and Type | Class and Description |
---|---|
class |
PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items.
|
Modifier and Type | Method and Description |
---|---|
void |
PSVIAttrNSImpl.setPSVI(AttributePSVI attr)
Copy PSVI properties from another psvi item.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePSVImpl
Attribute PSV infoset augmentations implementation.
|
Modifier and Type | Method and Description |
---|---|
AttributePSVI |
SAXParserImpl.getAttributePSVI(int index) |
AttributePSVI |
SAXParserImpl.getAttributePSVIByName(String uri,
String localname) |
Modifier and Type | Method and Description |
---|---|
AttributePSVI |
AbstractSAXParser.getAttributePSVI(int index) |
AttributePSVI |
AbstractSAXParser.getAttributePSVIByName(String uri,
String localname) |
Modifier and Type | Method and Description |
---|---|
AttributePSVI |
PSVIProvider.getAttributePSVI(int index)
Provides
AttributePSVI given the index of an attribute
information item in the current element's attribute list. |
AttributePSVI |
PSVIProvider.getAttributePSVIByName(String uri,
String localname)
Provides
AttributePSVI given the namespace name and the
local name of an attribute information item in the current element's
attribute list. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.