Package com.adobe.xfa.svg
Class SVGSchema
java.lang.Object
com.adobe.xfa.Schema
com.adobe.xfa.svg.SVGSchema
-
Field Summary
FieldsFields inherited from class com.adobe.xfa.Schema
XFAAVAILABILITY_ALL, XFAAVAILABILITY_CORE, XFAAVAILABILITY_DEPRECATED, XFAAVAILABILITY_DYNAMIC, XFAAVAILABILITY_PLUGIN, XFAAVAILABILITY_XFADESIGNER, XFAAVAILABILITY_XFAF, XFAAVAILABILITY_XFASUBSET, XFAVERSION_10, XFAVERSION_21, XFAVERSION_22, XFAVERSION_23, XFAVERSION_24, XFAVERSION_25, XFAVERSION_26, XFAVERSION_27, XFAVERSION_28, XFAVERSION_29, XFAVERSION_30, XFAVERSION_31, XFAVERSION_32, XFAVERSION_33, XFAVERSION_34, XFAVERSION_35, XFAVERSION_CONFIGURATIONHEAD, XFAVERSION_CONNECTIONSETHEAD, XFAVERSION_HEAD, XFAVERSION_LOCALESETHEAD, XFAVERSION_OBS, XFAVERSION_SOURCESETHEAD -
Method Summary
Modifier and TypeMethodDescriptiongetAtom(int eTag) Get the Atom corresponding to this class tag Note that this is a schema-specific look-up! We no longer assume all class Tags are defined in XFAintgetAttributeTag(String aNS, String aAttrName) Find a schema tag given an atom representing an attribute nameintgetElementTag(String aNS, String aNodeName) Find a schema tag given an atom representing an element namestatic SVGSchemaGet the static version of the SVG Schemastatic intgetTagImpl(String aSVGName, boolean bIsElement) Methods inherited from class com.adobe.xfa.Schema
addForeignSchema, defaultAttribute, getInstance, getNodeSchema, getNS, newAttribute, nullSchema, putForeignElement
-
Field Details
-
aSVG_WIDTH
- See Also:
-
aSVG_XFACAPTION
- See Also:
-
aSVG_XFACONTENT
- See Also:
-
-
Method Details
-
getSVGSchema
Get the static version of the SVG Schema- Returns:
- the SVG schema instance
-
getTagImpl
- Parameters:
aSVGName- the name to lookupbIsElement- a clue whether we're looking for an element name or attribute name- Returns:
- the tag if found (-1 if not found)
-
getAtom
Description copied from class:SchemaGet the Atom corresponding to this class tag Note that this is a schema-specific look-up! We no longer assume all class Tags are defined in XFA -
getAttributeTag
Description copied from class:SchemaFind a schema tag given an atom representing an attribute name- Overrides:
getAttributeTagin classSchema- Parameters:
aNS- the namespace for this attribute. This String must be interned.aAttrName- the input attribute name to search for. This String must be interned.- Returns:
- integer value of the tag. -1 if not found.
- See Also:
-
getElementTag
Description copied from class:SchemaFind a schema tag given an atom representing an element name- Overrides:
getElementTagin classSchema- Parameters:
aNS- the namespace for this elementaNodeName- the input element name to search for- Returns:
- tag number. -1 if not found.
- See Also:
-